fix bug in writing gga sentences with gps quality indicator field.
authortsteven4@gmail.com <tsteven4@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 7 Feb 2014 13:18:28 +0000 (13:18 +0000)
committertsteven4@gmail.com <tsteven4@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 7 Feb 2014 13:18:28 +0000 (13:18 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4727 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/nmea.cc

index 380ad31ee873d296806322b1c9be5ad5215e5590..22d607d1c9ff10fc7618243fc5a0d8e0154e67db 100644 (file)
@@ -1298,7 +1298,7 @@ nmea_trackpt_pr(const Waypoint* wpt)
   switch (wpt->fix) {
   case fix_dgps:
     fix='2';
-    /* or */
+    break;
   case fix_3d:
   case fix_2d:
     fix='1';